//==============================================================================
// Bow Defines_anim.txt
//==============================================================================

//==============================================================================
define bow
{
	TechLogic none/Copper Weapons/Bronze Weapons/Iron Weapons
	set hotspot
	{
		version
		{
			Visual attachments a bow1
			ReplaceTexture attachments a bow copper/attachments a bow map
		}
	}
	set hotspot
	{
		version
		{
			Visual attachments a bow1
		}
	}
	set hotspot
	{
		version
		{
			Visual attachments a bow1
			ReplaceTexture attachments a bow copper/attachments a bow bronze
		}
	}
	set hotspot
	{
		version
		{
			Visual attachments a bow1
			ReplaceTexture attachments a bow copper/attachments a bow iron
		}
	}
}

//==============================================================================
define ulisesbow
{
	set hotspot
	{
		version
		{
			Visual ulisesbow
			ReplaceTexture attachments a bow copper/ulisesbow
		}
	}
}